ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexRadar<T> Class / TotalAngle Property

In This Topic
    TotalAngle Property (FlexRadar<T>)
    In This Topic
    Gets or sets the total angle for the radar, in degrees. Its default value is 360. The value must be greater than 0, or less than or equal to 360.
    Syntax
    'Declaration
     
    Public Property TotalAngle As Integer
    public int TotalAngle {get; set;}
    See Also